Crate ockam_transport_core
source ·Expand description
This crate provides the common code shared among the different Ockam’s transport protocols.
Each specific protocol is then supported in its own crate. For example, the TCP protocol is supported in the ockam_transport_tcp
crate.
Currently available transports include:
ockam_transport_tcp
- TCP transportockam_transport_udp
- UDP transportockam_transport_ble
- Bluetooth Low Energy Transportockam_transport_websocket
- WebSocket Transportockam_transport_uds
- Unix Domain Socket Transport
Enums
- A Transport worker specific error type
Traits
- Generic representation of a Transport At minimum, a Transport must be able